/* --- Mobile Base Adjustments --- */
@media screen and (max-width: 640px) {
  h1 {
    font-size: 2em;
  }

  ul,
  ol {
    max-width: none;
  }

  .page {
    min-width: 300px;
  }

  .page .container {
    padding: 3em;
  }
}

@media screen and (max-width: 680px) {
  h1 {
    font-size: 1.5em !important;
    letter-spacing: 1px !important;
  }

  .project-description p {
    font-size: 0.95em !important;
    line-height: 1.5 !important;
  }

  .container {
    padding: 1.5em 1em !important;
  }

  .content {
    padding: 0 0.5rem;
  }
}

/* Long email fix */
@media screen and (max-width: 640px) {
  .contact-email {
    font-size: 0.75em !important;
    word-break: break-all;
  }
}

/* --- Mobile Base Adjustments --- */
@media screen and (max-width: 640px) {
  h1 {
    font-size: 2em;
  }

  ul,
  ol {
    max-width: none;
  }

  .page {
    min-width: 300px;
  }

  .page .container {
    padding: 3em;
  }

}

/* --- Mobile Improvements (≤680px) --- */
@media screen and (max-width: 680px) {
  .glow-n-grow img {
    max-width: 180px !important;
  }

  .no-glow-n-grow img {
    max-width: 180px !important;
  }

  h1 {
    font-size: 1.5em !important;
    letter-spacing: 1px !important;
  }

  .container {
    padding: 1.5em 1em !important;
  }

  .content {
    padding: 0 0.5rem;
  }

}

/* Long email fix */
@media screen and (max-width: 640px) {
  .contact-email {
    font-size: 0.75em !important;
    word-break: break-all;
  }

}

@media screen and (max-width: 640px) {
  .artist-card {
    width: 160px;
    height: 90px;
  }

  .artist-name {
    white-space: normal !important;
    text-align: center;
    font-size: 0.9em;
  }

}

@media screen and (max-width: 640px) {
  .artist-card img {
    height: auto;
    max-height: 70px; /* Adjust as needed */
  }

  .artist-name {
    font-size: 0.8rem; /* Slightly smaller font for mobile */
  }
}

/* --- Mobile Artist Layout --- */
@media screen and (max-width: 768px) {
  .artist-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .artist-photo-placeholder {
    width: 180px;
    height: 180px;
  }

  .artist-bio {
    margin-left: 0;
    margin-top: 1rem;
  }

  .artist-left-column,
  .artist-info-wrapper {
    width: 100%;
    max-width: 600px;
    align-items: center;
  }

}

/* Adjust for small screens */
@media (max-width: 700px) {
  .coming-soon-ribbon {
    top: 300px;
    right: 20px;
    /* pull it closer so it stays aligned */
    padding: 6px 40px;
    font-size: 12px;
  }
}